fit

abstract fun fit(fit: Fit): T

Configures the fit for printing.

Return

this instance

Parameters

fit

the fit type to use

Throws

if the current printing operation has been completed


abstract fun fit(): Fit

Returns the fit used by the printer.

Throws

if the current printing operation has been completed